home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1992 June: ROMin Holiday
/
ADC Developer CD (1992-06) (''ROMin Holiday'')_iso
/
Developer Connection - 06-1992.iso
/
Development Platforms
/
Apple II
/
Essentials
/
MPW IIGS Interfaces
/
CIIGSIncludes
/
String.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-04-01
|
275 b
|
19 lines
|
[
TEXT/MPS
]
/*
* Copyright Apple Computer Inc. 1987
* All rights reserved
*/
char *strcat();
char *strncat();
int strcmp();
int strncmp();
char *strcpy();
char *strncpy();
int strlen();
char *strchr();
char *strrchr();
char *strpbrk();
int strspn();
int strcspn();
char *strtok();